﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

@media (max-width: 800px) {
    .hidden-small {
        display:none;
    }
}

.green-whatsapp {
    background-color: #4dc247;
    position: fixed;
    bottom: 10%;
    right: 3%;
    z-index: 4;
    width: 55px;
    height: 55px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.whatsapp-popup {
    font-family: Arial, Helvetica, sans-serif;
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, 0.04);
    bottom: 107px;
    right: 65px;
    z-index: 999999998;
    opacity: 1;
    visibility: hidden;
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform, visibility, opacity;
    max-width: calc(100% - 50px);
}

@media (max-width: 80em) {
    .whatsapp-popup {
        bottom: 137px;
    }
}

@media (min-width: 1900px) {
    .whatsapp-popup {
        bottom: 137px;
    }
}

@media (max-width: 48em) {
    .whatsapp-popup {
        bottom: 116px;
        right: 10px;
    }
}

.whatsapp-popup.active {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    visibility: visible;
    opacity: 1;
}

    .whatsapp-popup.active .whatsapp-popup__content-list-item {
        opacity: 1;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
    }

    .whatsapp-popup.active::before {
        content: none;
    }

.whatsapp-popup.close {
    -ms-transform: translate(0, 15px);
    transform: translate(0, 15px);
    -webkit-transform: translate(0, 15px);
    -moz-transform: translate(0, 15px);
    opacity: 0;
    visibility: hidden;
}

.whatsapp-popup__heading {
    position: relative;
    padding: 15px 43px 17px 10px;
    color: #d9ebc6;
    background: #2db742;
}

    .whatsapp-popup__heading::before {
        content: "";
        /*background: url(/Content/assets/images/whatsapp_logo.svg) center top no-repeat;*/
        background-size: 33px;
        display: block;
        width: 55px;
        height: 33px;
        position: absolute;
        top: 20px;
        left: 12px;
    }

.whatsapp-popup__heading-title {
    padding-top: 2px;
    padding-bottom: 3;
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}

.whatsapp-popup__heading-intro {
    color: #d9ebc6;
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
}

.whatsapp-popup__content {
    background: #fff;
    padding: 13px 20px 21px 19px;
    text-align: left;
}

.whatsapp-popup__content-title {
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
}

.whatsapp-popup__content-list-item {
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    margin: 14px 0 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    will-change: opacity, transform;
    opacity: 0;
    font-weight: normal;
}

    .whatsapp-popup__content-list-item:nth-child(1) {
        transition-delay: 0.3s;
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
    }

    .whatsapp-popup__content-list-item:nth-child(2) {
        transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
    }

    .whatsapp-popup__content-list-item:nth-child(3) {
        transition-delay: 0.7s;
        -webkit-transition-delay: 0.7s;
        -moz-transition-delay: 0.7s;
    }

    .whatsapp-popup__content-list-item:nth-child(4) {
        transition-delay: 0.9s;
        -webkit-transition-delay: 0.9s;
        -moz-transition-delay: 0.9s;
    }

    .whatsapp-popup__content-list-item a {
        padding: 13px 40px 12px 74px;
        position: relative;
        text-decoration: none;
        display: table;
        width: 100%;
        border-left: 2px solid #2db742;
        background: #f5f7f9;
        border-radius: 2px 4px 2px 4px;
        -webkit-border-radius: 2px 4px 2px 4px;
    }

        .whatsapp-popup__content-list-item a .avatar {
            position: absolute;
            overflow: hidden;
            border-radius: 50%;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            left: 12px;
            top: 12px;
        }

            .whatsapp-popup__content-list-item a .avatar svg {
                transition: 0.5s;
                width: 20px;
                height: 20px;
                display: inline-block;
                vertical-align: middle;
                stroke: #23232c;
                stroke-width: 0px;
                fill: #23232c;
                position: unset;
                transform: translate(0);
            }

        .whatsapp-popup__content-list-item a::before {
            content: "";
            /*background: url(/Content/assets/images/whatsapp_logo_green.svg) 0 0 no-repeat;*/
            position: absolute;
            right: 14px;
            top: 26px;
            width: 20px;
            height: 20px;
            background-size: 100% 100%;
            -webkit-background-size: 100% 100%;
        }

.whatsapp-popup__content-list-item__text {
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}

    .whatsapp-popup__content-list-item__text .name {
        font-size: 14px;
        color: #363c47;
        line-height: 1.188em !important;
    }

    .whatsapp-popup__content-list-item__text .cargo {
        font-size: 11px;
        color: #989b9f;
        padding: 2px 0 0;
        line-height: 1.125em !important;
    }

.btnConsulta{
    padding-top:5px;
}